.iconfont {
	font-family: "iconfont" !important;
	font-size: 13px;
	font-style: normal;
}

.key_tag {
	text-decoration: underline;
}

#menu {
	width: calc(100% - 530px);
	float: left;
}

.nav {
	width: auto;
	display: block;
	text-align: center;
	max-width: 1340px;
	text-align: right;
	margin: auto;
	padding: 0px 40px;
}

.nav li {
	line-height: 40px;
	text-align: center;
	width: auto;
	float: none;
	position: relative;
	z-index: 99999;
	margin: 0px 0px 0px 0px;
	display: inline-block;
	width: auto;
}

.nav li a {
	display: block;
	line-height: 36px;
	color: #333;
	font-size: 16px;
	margin: 0px 15px;
	position: relative;
	border-bottom: 1px #fff solid;
}

.nav li a:hover {
	color: #c72520;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px #c72520 solid;

}
.nav li.active a
{
	color: #c72520;
	text-decoration: none;
	font-weight: normal;
	border-bottom: 1px #c72520 solid;

}



.nav .sec {
	height: 0;
	color: #fff;
	overflow: hidden;
	z-index: 9999;
	position: absolute;
	top: 54px;
	left: 0px;
	background: none;
}

.nav .sec a {
	color: #fff;
	height: 38px;
	line-height: 38px;
	width: 171px;
}

.nav .sec a:hover {
	text-decoration: none;
}

.mtop_tel {
	display: none;
}

.top_tel {
	float: right;
	display: flex;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.top_search
{
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	background: #c52620;
	border-radius: 100%;
}


.top_tel p
{
	font-size: 16px;
	color: #333;
	font-weight: normal;
}


.top_tel a {
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	float: right;
	margin-right: 0px;
	background: url(../images/xw_03.jpg)#0160ba no-repeat 15px center;
	padding-left: 35px;
	border-radius: 4px;
	padding-right: 15px;
	font-family: arial !important;
}

.top_tel .nav_contact {
	width: 90px;
	height: 40px;
	background: #3269ff;
	border-radius: 4px;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	float: right;
	margin-right: 0px;
}

.index_top {
	width: 100%;
	background: #fff;
	position: fixed;
	z-index: 999;
	top: 0px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
	min-width: 1300px;
}

.index_top .tou2 {
	max-width: 1340px;
	padding: 0px 20px;
	margin: auto;
	display: flex;
	align-items: center;
}

.logo {
	width: 500px;
	float: left;
	height: 100px;
	display: flex;
	position: relative;
	align-items: center;
}

.logo_text {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-left: 15px;
}

.logo_text span {
	display: block;
	font-size: 16px;
	color: #999999;
	font-weight: normal;
}





#slider {
	overflow: hidden;
	width: 100%;
	margin-top: 100px;
}

.bxslider img {
	width: 100%;
}

#m_slider {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	height: 8px;
	margin-bottom: 10px;
	border-radius: 20px;
}

.logo a {
	display: flex;
	height: auto;
	justify-content: center;
	align-items: center;
}

.logo a p {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	position: relative;
	padding-left: 20px;
}


.logo a p span {
	display: block;
	font-size: 20px;
	color: #c52620;
	font-weight: bold;
}

.logo a img {
	float: left;
}


.topsearc
{position: fixed;top: 100px;width: 100%;background: #f6f6f6;margin: 0px 0px;z-index: 9;height: 0px;overflow: hidden;padding: 0px 20px;transition: all 0.5s;}

.active.topsearc
{
height: 120px;
}


.searchbox
{max-width: 1000px;margin: 30px auto;background: #fff;border-radius: 30px;}

.searchbox input {
    border: none!important;
    line-height: 60px;
    padding: 0 10px;
    width: calc(100% - 100px);
    background: 0 0;
    border: 0;
    padding: 0 20px;
    color: #999;
    outline: 0;
    transition: all ease .6s;
    display: inline-block;
}

.searchbox button {
    border: none;
    background: 0 0;
    line-height: 60px;
    float: right;
    padding: 0 40px;
    outline: 0;
}